[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn E3  - Novell Netware - Accounting Services - Submit Account Not  [N]

   AH = E3h subfn 99h
   DS:SI -> request buffer (see below)
   ES:DI -> reply buffer (see below)

Return: AL = status
       00h successful
       C0h no account privileges

Note:  this function is supported by Advanced NetWare 2.1+

See Also: AH=E3h/SF=96h

Format of request buffer:
Offset Size    Description
 00h   WORD    length of following data (max 137h)
 02h   BYTE    99h (subfunction "Submit Account Note")
 03h   WORD    (big-endian) type of service
 05h   WORD    (big-endian) type of bindery object
 07h   WORD    (big-endian) type of comment
       8000h-FFFFh reserved for experimental use
 09h   BYTE    length of object's name
 0Ah  N BYTEs  object name
   BYTE    length of comment
      N BYTEs  comment

Format of reply buffer:
Offset Size    Description
 00h   WORD    0000h (no data returned)

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson